This simple patch allows domains created in the xm-test suite to be
authorEwan Mellor <ewan@xensource.com>
Tue, 9 Jan 2007 17:25:28 +0000 (17:25 +0000)
committerEwan Mellor <ewan@xensource.com>
Tue, 9 Jan 2007 17:25:28 +0000 (17:25 +0000)
commit00e52488131f7190f005c65a64169752a5b9b9a8
tree2407a9fa2e4d5667fc841b09e54c566a63654716
parente4658203b4ce1947e81e606d72ac9b1cfd2109fc
This simple patch allows domains created in the xm-test suite to be
created as managed domains using either a parameter to the
XenTestDomain() constructor or by setting the environment variable
XM_MANAGED_DOMAINS and running the tests with it.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/xm-test/lib/XmTestLib/DomainTracking.py [new file with mode: 0644]
tools/xm-test/lib/XmTestLib/XenDomain.py